home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
eval.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
383b
|
67 lines
eval(1) Scilab Function eval(1)
NAME
eval - evaluation of a matrix of strings
CALLING SEQUENCE
[H]= eval(Z)
DESCRIPTION
returns the evaluation of the matrix of character strings Z.
EXAMPLE
a=1; b=2; Z=['a','b'] ; eval(Z)
returns the matrix [1,2];
SEE ALSO
evstr, execstr